Skip to content

fixed issues#1051

Merged
ogazboiz merged 3 commits into
LabsCrypt:mainfrom
blurbeast:main
Jun 2, 2026
Merged

fixed issues#1051
ogazboiz merged 3 commits into
LabsCrypt:mainfrom
blurbeast:main

Conversation

@blurbeast
Copy link
Copy Markdown
Contributor

closes #890

blurbeast added 3 commits May 27, 2026 18:22
# Conflicts:
#	backend/src/controllers/loanController.ts
#	backend/src/controllers/poolController.ts
#	backend/src/services/notificationService.ts
#	backend/src/services/scoreReconciliationService.ts
#	backend/src/services/webhookRetryProcessor.ts
#	backend/src/services/webhookRetryScheduler.ts
/\blogger\.(info|warn|error)\s*\(/g,
"logger.withContext().$1(",
);
fs.writeFileSync(filePath, content, "utf8");
warn: (message: string, meta?: any) =>
logger.warn(message, { ...baseMeta, ...meta }),
error: (message: string, meta?: any) =>
logger.error(message, { ...baseMeta, ...meta }),

return {
info: (message: string, meta?: any) =>
logger.info(message, { ...baseMeta, ...meta }),
info: (message: string, meta?: any) =>
logger.info(message, { ...baseMeta, ...meta }),
warn: (message: string, meta?: any) =>
logger.warn(message, { ...baseMeta, ...meta }),
warn: (message: string, meta?: any) =>
logger.warn(message, { ...baseMeta, ...meta }),
error: (message: string, meta?: any) =>
logger.error(message, { ...baseMeta, ...meta }),
@ogazboiz ogazboiz merged commit 5364c36 into LabsCrypt:main Jun 2, 2026
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Backend] Propagate requestId into all log lines via withContext helper

3 participants